home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / SCGRAPH / SCGRAPH.ZIP / DemoMain.dfm / DemoMain.txt
Text File  |  1996-11-11  |  2KB  |  76 lines

  1. object DemoForm: TDemoForm
  2.   Left = 323
  3.   Top = 389
  4.   Width = 635
  5.   Height = 455
  6.   Caption = 'ScGraph Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object MainMenu1: TMainMenu
  18.     Left = 584
  19.     Top = 16
  20.     object File1: TMenuItem
  21.       Caption = 'File'
  22.       GroupIndex = 1
  23.       ShortCut = 0
  24.       object Exit1: TMenuItem
  25.         Caption = 'Exit'
  26.         GroupIndex = 4
  27.         ShortCut = 0
  28.         OnClick = Exit1Click
  29.       end
  30.     end
  31.     object Demos1: TMenuItem
  32.       Caption = 'Demos'
  33.       GroupIndex = 3
  34.       ShortCut = 0
  35.       object Plotting1: TMenuItem
  36.         Caption = 'Plotting'
  37.         ShortCut = 0
  38.         OnClick = Plotting1Click
  39.       end
  40.       object Titles1: TMenuItem
  41.         Caption = 'Titles'
  42.         ShortCut = 0
  43.         OnClick = Titles1Click
  44.       end
  45.       object Axes1: TMenuItem
  46.         Caption = 'Axes'
  47.         ShortCut = 0
  48.         OnClick = Axes1Click
  49.       end
  50.       object Grids1: TMenuItem
  51.         Caption = 'Grids'
  52.         ShortCut = 0
  53.         OnClick = Grids1Click
  54.       end
  55.     end
  56.     object Help1: TMenuItem
  57.       Caption = 'Help'
  58.       GroupIndex = 9
  59.       ShortCut = 0
  60.       object About1: TMenuItem
  61.         Caption = 'About'
  62.         ShortCut = 0
  63.         OnClick = About1Click
  64.       end
  65.     end
  66.   end
  67.   object PrintDialog1: TPrintDialog
  68.     Left = 488
  69.     Top = 16
  70.   end
  71.   object PrinterSetupDialog1: TPrinterSetupDialog
  72.     Left = 536
  73.     Top = 16
  74.   end
  75. end
  76.